.banner{
    width:100%;
}
.banner>img{
    display: block;
    width:100%;
}
.container{
    width:1200px;
    margin:0 auto;
}
.title{
    width:100%;
    height: 44px;
    background:url("../../img/v2020/index/title1.png") no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title h3{
    padding-left: 60px;
    color:#101010;
    font-size: 30px;
    font-weight: normal;
}
.title>a{
    color:#666666;
    font-size: 16px;
}
.part1 .container{
    padding:55px 0 50px;
    background:#fff;
    display: flex;
    justify-content: space-between;
}
.part1 .p1_left{
    width:785px;
    margin-top:20px;
}
.part1 .p1_left>ul{
    display: flex;
    margin-top:30px;
    box-shadow: 0 5px 11px 0 rgba(3,3,3,0.14);
}
.part1 .p1_left>ul>li{
    display: flex;
}

.part1 .p1_left>ul .p1_left_item1{
    width:160px;
    height: 354px;
    box-sizing: border-box;
    padding:60px 0 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background:url('../../img/v2020/index/p1_bg1.jpg') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.part1 .p1_left>ul>li:nth-child(2) .p1_left_item1{
    width:193px;
    background:url('../../img/v2020/index/p1_bg2.jpg') no-repeat;
    background-size: 100% 100%;
}
.part1 .p1_left>ul>li:nth-child(3) .p1_left_item1{
    width:194px;
    background:url('../../img/v2020/index/p1_bg3.jpg') no-repeat;
    background-size: 100% 100%;
}
.part1 .p1_left>ul .p1_left_item2{
    background:#f9f9f9;
    width:240px;
    box-sizing: border-box;
    padding:25px 20px 0 18px;
    display: none;
}
.part1 .p1_left>ul>li.active .p1_left_item2{
    display: block;
}
.part1 .p1_left>ul .p1_left_item2>ul>li{
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    color:#747474;
 
}
.part1 .p1_left>ul .p1_left_item2>ul>li:before{
    display: block;
    content: "";
    width:8px;
    height: 8px;
    border-radius: 50%;
    background:#00c081;
    position: absolute;
    top:5px;
    left: -8px;
}
.part1 .p1_left>ul .p1_left_item2>ul>li>span{
    display: block;
    color:#011111;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 7px;
}
.part1 .p1_left>ul .p1_left_item2>ul>li>p{
    padding-left: 7px;
}
.part1 .p1_left>ul .p1_left_item2>.btn_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.part1 .p1_left>ul .p1_left_item2>.btn_box>a{
    display: block;
    width:90px;
    line-height: 30px;
    text-align: center;
    background:#eeeeee;
    border-radius: 6px;
    font-size: 14px;
    color:#383838;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.22);
}
.part1 .p1_left>ul .p1_left_item1>h3{
    color:#fffefe;
    font-size: 36px;
    font-style: italic;
}
.part1 .p1_left>ul .p1_left_item1>p{
    color:#ffffff;
    font-size: 17px;
}
.part1 .p1_left>ul .p1_left_item1>span{
    display: block;
    padding:5px 10px;
    text-align: center;
    border-radius: 6px;
    background-color:#fff;
    font-size: 16px;
    color:#f96959;
}
.part1 .p1_right{
    width:362px;
    background:#f9f9f9;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.22);
    box-sizing: border-box;
    padding:25px 20px 22px 25px;
}
.part1 .p1_right .title{
    height: 39px;
    background:url("../../img/v2020/index/title2.png") no-repeat;
}
.part1 .p1_right .title h3{
    font-size: 28px;
}
.part1 .p1_right>ul{
    margin:10px 0;
}
.part1 .p1_right>ul>li{
    padding:10px 15px;
    border-bottom: 1px dashed #999999;
}
.part1 .p1_right>ul>li:last-child{
    border-bottom:none;
}
.part1 .p1_right>ul>li>a{
    display: flex;
    align-items: center;
}
.part1 .p1_right>ul>li span{
    font-size: 20px;
    color:#f86259;
    font-style: italic;
}
.part1 .p1_right>ul>li img{
    width:40px;
    height: 40px;
    border-radius: 50%;
    margin:0 20px;
}
.part1 .p1_right>ul>li div{
    font-size: 14px;
    color:#333333;
}
.part1 .p1_right>ul>li div>p{
    color:#999999;
    font-size: 12px;
    margin-top:5px;
    width:210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.part1 .p1_right>a{
    display: block;
    width:226px;
    text-align: center;
    line-height: 33px;
    margin:0 auto;
    background:#00c081;
    color:#ffffff;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(51,51,51,0.08);
}
/* 第二部分 */
.part2{
    padding:70px 0;
    background:url("../../img/v2020/index/bg2.jpg") no-repeat;
    background-size:100% 100%;
}
.part2 .title{
    height: 48px;
    line-height: 35px;
    background:url("../../img/v2020/index/title3.png") no-repeat;
    margin-bottom: 35px;
}
.part2 .info_box{
    width:100%;
    height: 660px;
    background:url("../../img/v2020/index/p2_1.png") no-repeat;
}
.part2 .info_box>div{
    position: relative;
    widows: 100%;
    height: 137px;
}
.part2 .info_box>div>div{
    position: absolute;
    top:0;
    height:100%;
    box-sizing: border-box;
    padding:20px 0 0 20px;
}
.part2 .info_box>div>div>span{
    color:#1e1e1e;
    font-size: 22px;
    font-weight: normal;
}
.part2 .info_box>div>div>p{
    color:#575757;
    font-size: 14px;
    margin-top:5px;
}
.part2 .info_box .p2_line1_item1{
    width:144px;
    left: 0;
}
.part2 .info_box .p2_line1_item2{
    width:183px;
    left: 190px;
}
.part2 .info_box .p2_line1_item3{
    width:135px;
    left: 416px;
}
.part2 .info_box .p2_line1_item4{
    width:181px;
    left: 612px;
}
.part2 .info_box .p2_line1_item5{
    width:148px;
    left: 822px;
}
.part2 .info_box .p2_line1_item6{
    width:183px;
    right: 0;
}
/* 第二行 */
.part2 .info_box .p2_line2_item1{
    width:182px;
    left:87px;
}
.part2 .info_box .p2_line2_item2{
    width:148px;
    left:310px;
}
.part2 .info_box .p2_line2_item3{
    width:150px;
    left:513px;
}
.part2 .info_box .p2_line2_item4{
    width:163px;
    left:720px;
}
.part2 .info_box .p2_line2_item5{
    width:183px;
    left:914px;
}
/* 第三行 */
.part2 .info_box .p2_line3_item1{
    width:183px;
    left:0;
}
.part2 .info_box .p2_line3_item2{
    width:147px;
    left:217px;
}
.part2 .info_box .p2_line3_item3{
    width:168px;
    left:396px;
}
.part2 .info_box .p2_line3_item4{
    width:183px;
    left:598px;
}
.part2 .info_box .p2_line3_item5{
    width:169px;
    left:816px;
}
.part2 .info_box .p2_line3_item6{
    width:183px;
    right:0;
}
.part2 .info_box>.p2_line2{
    margin:114px 0 135px;
}
/* 第三部分 */
.part3{
    padding:80px 0 50px;
    background:url("../../img/v2020/index/bg1.jpg") no-repeat;
    background-size:100% 100%; 
}
.part3 .title{
    height: 50px;
    background:url("../../img/v2020/index/title4.png") no-repeat;
    margin-bottom: 35px;
}
.part3 .title h3{
    font-size: 30px;
    color:#00c081;
}
.part3 .title>div{
    display: flex;
}
.part3 .title ul{
    display: flex;
    align-items: center;
}
.part3 .title ul>li{
    color:#d9d9d9;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}
.part3 .title a{
    font-size: 16px;
    color:#d9d9d9;
}
.part3 .title ul>li.active{
    color:#ff8a7d;
}
.part3>.container>ul{
    display: flex;
    flex-wrap: wrap;
}
.part3>.container>ul>li{
    width:227px;
    margin:0 16px 45px 0;
}
.part3>.container>ul>li:nth-child(5n+5){
    margin-right: 0;
}
.part3>.container>ul>li>a>img{
    display: block;
    width:100%;
    height: 200px;
}
.part3>.container>ul>li h3{
    text-align: center;
    color:#fff;
    font-size: 16px;
    font-weight: normal;
    margin:20px 0 10px;
}
.part3>.container>ul>li p{
    color:#999999;
    font-size: 13px;
}
.part3>.container>ul>li div{
    display: flex;
    align-items: center;
    color:#c7c7c7;
    font-size: 16px;
    margin-top:10px;
}
.part3>.container>ul>li div>img{
    margin-right: 5px;
}
.part3>.container>ul>li div>span{
    font-size: 21px;
    color:#00c081;
}
/* 第四部分 */
.part4{
    padding:55px 0 35px;
    background: url("../../img/v2020/index/bg2.jpg") no-repeat;
    background-size: 100% 105%;
}
.part4 .title{
    height: 47px;
    background:url("../../img/v2020/index/title5.png") no-repeat;
    margin-bottom: 35px;
}

.part4 .info_box{
    display: flex;
    justify-content: space-between;
}
.part4 .info_box>.p4_left{
    width:320px;
    height: 260px;
    box-sizing: border-box;
    padding:10px;
    background: #fff;
    box-shadow: 0 0px 20px 0 rgba(0,192,129,0.5);
}
.part4 .info_box>.p4_left .swiper-container{
    padding-bottom: 65px;
}
.part4 .info_box>.p4_left .img_box{
    width:100%;
    height: 192px;
    position: relative;
}
.part4 .info_box>.p4_left .img_box img{
    display: block;
    width:100%;
}
.part4 .info_box>.p4_left .img_box span{
    display: block;
    width:50px;
    height: 50px;
    background: url("../../img/v2020/index/video_2.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -25px;
    margin-top:-25px;
    cursor: pointer;
}
.part4 .info_box>.p4_left p{
    color:#0e0e0e;
    font-size: 16px;
    margin-top:15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.part4 .info_box>.p4_right .news_top>a{
    display: flex;
    align-items: center;
    color:#1f1f1f;
    font-size:18px;
    margin-bottom: 25px;
}  
.part4 .info_box>.p4_right .news_top .icon_box{
    width:48px;
    line-height: 23px;
    background: url("../../img/v2020/index/p4_icon.png") no-repeat;
    background-size: 100% 100%;
    color:#ffffff;
    font-size: 14px;
    padding-left: 5px;
    margin-right: 10px;
} 
.part4 .info_box>.p4_right>ul{
    display: flex;
}
.part4 .info_box>.p4_right>ul>li:first-child{
    /* border-right: 1px dashed #00c081; */
    padding-right: 20px;
    margin-right: 20px;
}
.part4 .info_box>.p4_right>ul>li h4>a{
    display: flex;
    align-items: center;
    color:#111;
    font-size: 16px;
    font-weight: normal;
    font-weight:bold;
}
.part4 .info_box>.p4_right>ul>li h4 img{
    display: block;
    width:47px;
    height: 44px;
    box-shadow: 0 2px 4px 0 rgba(5,5,5,0.28);
    margin-right: 10px;
}
.part4 .info_box>.p4_right>ul>li ul>li>a{
    width:400px;
    box-sizing: border-box;
    margin-top:18px;
    display: flex;
    /* padding-left: 20px; */
    justify-content: space-between;
    align-items: center;
    position: relative;
    color:#666666;
    font-size: 14px;
}
/* .part4 .info_box>.p4_right>ul>li ul>li>a:before{
    content: "";
    display: block;
    width:8px;
    height: 8px;
    border-radius: 50%;
    background:#00c081;
    position: absolute;
    top:5px;
    left:0;
} */
.swiper-pagination-bullet{
    width: 30px;
    height: 8px;
    background: #bfbfbf;
    opacity: 1;
    border-radius: 5px;
}
.part4 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 30px;
    height: 8px;
    background: #00c081;
}
/* 第五部分 */
.part5{
    padding:35px 0 55px;
    background: url("../../img/v2020/index/bg2.jpg") no-repeat;
    background-size: 100% 105%;
}
.part5 .title{
    height: 47px;
    background:url("../../img/v2020/index/title6.png") no-repeat;
}
.part5 .swiper-container{
    width:1320px;
    margin-left: -60px;
    box-sizing: border-box;
    padding:40px 60px;
}
.part5 .swiper-slide>ul{
    display: flex;
}
.part5 .swiper-slide>ul>li{
    width:267px;
    background: #fff;
    margin-right: 45px;
}
.part5 .swiper-slide>ul>li:last-child{
    margin-right: 0;
}
.part5 .swiper-slide .img_box{
    height: 180px;
    position: relative;
}
.part5 .swiper-slide .img_box>img{
    display: block;
    width:100%;
    height: 100%;
}
.part5 .swiper-slide .img_box>span{
    display: block;
    width:50px;
    height: 50px;
    background: url("../../img/v2020/index/video_1.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -25px;
    margin-top:-25px;
    cursor: pointer;
}
.part5 .swiper-slide>ul>li>p{
    color:#111111;
    font-size: 14px;
    padding:20px 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.part5 .swiper-button-next,.part5 .swiper-button-prev{
    width:37px;
    height: 78px;
    background-size: 37px 78px;
    margin-top:-39px;
    opacity: 1;
}
.part5 .swiper-button-prev,.part5 .swiper-container-rtl .swiper-button-next{
    background-image: url("../../img/v2020/index/p5_a1.png");
    left:0px;
}
.part5 .swiper-button-prev:hover,.part5 .swiper-container-rtl .swiper-button-next:hover{
    background-image: url("../../img/v2020/index/p5_a2.png");
    left:0px;
}
.part5 .swiper-button-next,.part5 .swiper-container-rtl .swiper-button-prev{
    background-image: url("../../img/v2020/index/p5_a3.png");
    right:0px;
}
.part5 .swiper-button-next:hover,.part5 .swiper-container-rtl .swiper-button-prev:hover{
    background-image: url("../../img/v2020/index/p5_a4.png");
    right:0px;
}
/* 第6部分 */
.part6 img{
    display: block;
    width:100%;
}
/* 第7部分 */
.part7{
    padding:80px 0;
    background: url("../../img/v2020/index/bg2.jpg") no-repeat;
    background-size: 100% 105%;
    box-shadow: 0 5px 11px 0 rgba(3,3,3,0.14);
}
.part7 .title{
    height: 49px;
    background:url("../../img/v2020/index/title7.png") no-repeat;
    align-items: flex-start;
}
.part7 .title h3{
    line-height:1;
}
.part7 ul{
    margin-top:25px;
    display: flex;
    justify-content: space-between;
}
.part7 ul>.p7_item1{
    width:216px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 9px 0 rgba(0,192,129,0.22);
    cursor: pointer;
}
.part7 ul>.p7_item1>img{
    display: block;
    width:100%;
}
.part7 ul>.p7_item1>.info_box{
    position: absolute;
    left: 0;
    width:100%;
    background: #fff;
}
.part7 ul>.p7_item1_top>.info_box{
    bottom:0;
}
.part7 ul>.p7_item1_bt>.info_box{
    top:0;
}
.part7 ul>.p7_item1_bt>img{
    margin-top:60px;
}
.part7 ul>.p7_item1>.info_box:before{
    display: block;
    content:"";
    width:0;
    height:0;
    position: absolute;
    left: 50%;
    margin-left:-7px;
}
.part7 ul>.p7_item1_top>.info_box:before{
    border-right:7px solid transparent;
	border-left:7px solid transparent;
    border-bottom:10px solid #fff;
    top:-10px;
}
.part7 ul>.p7_item1_bt>.info_box:before{
	border-right:7px solid transparent;
	border-left:7px solid transparent;
    border-top:10px solid #fff;
    bottom: -10px;
}
.part7 ul>.p7_item1>.info_box .default{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#111111;
    font-size: 20px;
}
.part7 ul>.p7_item1>.info_box .default>span{
    display: block;
    width:24px;
    line-height: 24px;
    background: #00c081;
    border-radius: 50%;
    color:#fff;
    font-size: 16px;
    margin-right: 5px;
    text-align: center;
}
.part7 ul>.p7_item1>.info_box .active{
    display: none;
}
.part7 ul>.p7_item1>.info_box .active{
    padding:20px 10px;
}
.part7 ul>.p7_item1>.info_box .active>span{
    display: block;
    font-size: 20px;
    color:#1c1c1c;
    text-align: center;
}
.part7 ul>.p7_item1>.info_box .active>.line{
    width:35px;
    height: 3px;
    background: #5fbc8f;
    margin:12px auto 15px;
}
.part7 ul>.p7_item1>.info_box .active>p{
    color:#505050;
    font-size:14px;
}
.part7 ul>.active>.info_box .default{
    display: none;
}
.part7 ul>.active>.info_box .active{
    display: block;
}
.part7 ul>.p7_item2{
    width:280px;
    background: #fff;
    box-shadow: 0 5px 9px 0 rgba(0,192,129,0.22);
}
.part7 ul>.p7_item2>.img_box img{
    display: block;
    width: 100%;
}
.part7 ul>.p7_item2>p{
    padding:15px 20px 0;
    color:#444444;
    font-size:14px;
}
.part7 ul>.p7_item2>p>span{
    color:#00c081;
    font-size:17px;
}
/* 第8部分 */
.part8{
    padding:50px 0 10px;
}
.part8 .title{
    height: 52px;
    background:url("../../img/v2020/index/title8.png") no-repeat;
}
.part8 .title>span{
    color:#0e0e0e;
    font-size:16px;
}
.part8 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:65px;
}
.part8 ul>li{
    width:17.5%;
    margin:0 37px 60px 0;
    text-align: center;
}
.part8 ul>li:nth-child(5n+5){
    margin-right: 0;
}
.part8 ul>li img{
    display: block;
    width:185px;
    height: 185px;
    border-radius: 50%;
    margin:0 auto;
}
.part8 ul>li h4{
    color:#111;
    font-size:22px;
    margin:32px 0 15px;
}
.part8 ul>li p{
    color:#6f6f6f;
    font-size:14px;
}
.art_school_page{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.art_school_page>li{
    width: 227px;
    margin-bottom: 45px;
}
.art_school_page>li>a>img {
    display: block;
    width: 100%;
    height: 200px;
}
.art_school_page>li h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 10px;
}
.art_school_page>li p {
    color: #999999;
    font-size: 13px;
}
.art_school_page>li div {
    display: flex;
    align-items: center;
    color: #c7c7c7;
    font-size: 16px;
    margin-top: 10px;
}
.art_school_page>li div>img {
    margin-right: 5px;
}
.art_school_page>li div>span {
    font-size: 21px;
    color: #00c081;
}
.art_school_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #94d68b;
}
.art_school_swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}